home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo1.dir / 00062_set gP_StoryNum.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  130 b   |  9 lines

  1. global gp_storynum
  2.  
  3. on mouseDown
  4.   if somebutton() then
  5.     set gp_storynum to the clickOn - 14
  6.     go(1, "Profile")
  7.   end if
  8. end
  9.